Showing results for ;

Applied Tags : Data Processing

  • Topic
    9 Concepts | 14 Questions | 15 Assessments | 2,536 Learners

    Welcome to this project on the Forecasting Bike Rentals with DecisionTreeRegressor, LinearRegression, RandomForestRegressor using scikit-learn. In this project, you will use Python and scikit-learn to build models using the above-mentioned algorithms, and apply them to forecast the bike rentals.

    Forecasting is a regression problem, which is a highly demanded skill in the real world. This exercise enables you to understand the basic workflow to solve a regression problem, which includes data preprocessing and data modeling steps. You will understand how Pandas and scikit-learn, in association with Python, could be used to solve a machine learning problem end-to-end project. In addition …

    Instructor: Sandeep Giri
  • Topic
    12 Concepts | 7 Questions | 11 Assessments | 1,822 Learners

    Welcome to this project on Classify Clothes from Fashion MNIST Dataset with a couple of Machine Learning algorithms like SGD Classifier, XGBClassifier, Softmax Regression (multi-class LogisticRegression), DecisionTreeClassifier, RandomForestClassifier, Ensemble (with soft voting) using scikit-learn. In this project, you will use Python and scikit-learn to build Machine Learning models, and apply them to predict the class of clothes from Fashion MNIST Dataset.

    In this end-to-end Machine Learning project, you will get a hands-on overview of how to methodologically solve a machine learning classification problem. As a part of it, you will understand various methods of improvising the models using hyperparameter tuning …

    Instructor: Sandeep Giri
  • Topic
    7 Concepts | 2 Questions | 12 Assessments | 1,016 Learners

    Welcome to this project on the Titanic Machine Learning Project with Support Vector Machine Classifier and Random Forests using scikit-learn. In this project, you will use Python and scikit-learn to build SVC and random forest, and apply them to predict the survival rate of Titanic passengers.

    Data preprocessing is one of the most prominent steps to make an effective prediction model in Machine Learning, and it is often a best practice to use data preprocessing pipelines. In this exercise, you will also learn how to build your custom data transformers and chain all these data pre-processing steps using scikit-learn pipelines …

    Instructor: Cloudxlab
  • Topic
    13 Concepts | 2 Questions | 12 Assessments | 724 Learners

    Welcome to this project on the Spam Classifier Project with Logistic Regression Classifier using scikit-learn. In this project, you will use Python and scikit-learn to build a Logistic Regression Classifier, and apply it to predict whether an email is Spam or Ham.

    The world is full of textual data being generated at a very rapid pace each second. The most important data preprocessing steps include accessing and cleansing the real-time data, transforming it to get a refined form, and making it in an ML-algorithm compatible way by representing the textual data into numerical form. You will learn to achieve all …

    Instructor: Cloudxlab
  • Welcome to this project on NYSE Closing Price Prediction. In this project, you will use Pandas, Keras, and Python in order to build a predictive model and apply it to predict the closing prices.

    Time-series modeling has a huge demand in today's numbers-filled world. It has a wide variety of applications in sales s forecasting, prediction of meteorological elements like rainfall, economic forecasting in the financial worlds, and many more.

    In this exercise, we shall understand how to predict stock market closing prices for a firm using GRU, a state-of-art deep learning algorithm for sequential data. We shall focus …

    Instructor: Cloudxlab
  • E

    Topic
    48 Concepts | 23 Questions | 24 Assessments | 287 Learners

    This is a beginner-friendly end-to-end project for Machine Learning. The only prerequisite of the project is to know Python. Other than it, everything is covered in the project itself.

    Perks of this project

    • This project is prepared while keeping beginners in mind. It will walk you through all the steps included in a Machine Learning Pipeline in detail.
    • You will learn the answers to the three most important questions, i.e., Why, When, and How to do a particular thing.
    • The concepts used in performing a step are explained there and then in a simple way for beginners.
    • This project …
    Instructor: Shubh Tripathi
  • E

    Topic
    26 Concepts | 10 Questions | 17 Assessments | 184 Learners

    Data analysis is a process of inspecting, cleaning, transforming, and modeling data with the goal of discovering useful information, drawing conclusions, and supporting decision-making.

    The steps to perform Data Analysis depends on the end goal we want to pursue such as to drive business decisions, evaluate performance, for making predictions, etc.

    In this tutorial, we will perform Data Analysis with the end goal of feeding the data to a Machine Learning model i.e for making predictions.

    This is a beginner-friendly end-to-end project for Data Analysis. The only prerequisite of the project is to know Python. Other than it, everything …

    Instructor: Shubh Tripathi
  • P

    Topic
    2 Questions | 14 Assessments | 55 Learners

    In any machine learning project, 90% of work is about data extraction, cleaning, preprocessing. This is a very challenging part of the machine learning projects. This skill is must have for any machine learning engineer.

    Solve these problems to become very efficient at solving data preprocessing, cleaning, transforming, or extracting using Pandas, Python, and Numpy.

    Instructor: Cloudxlab